---
title: "Get document"
method: POST
path: "/ GetDocument"
tags: ["Documents"]
---

# Get document

`POST / GetDocument`

Get document account

## Request body

- object
  - `Method` string, required — Method name
  - `PartnerId` integer, required — Partner identifier provided by Fitbank
  - `BusinessUnitId` integer, required
  - `TaxNumber` string, required — Legal Identification From Company
  - `DocumentType` 'SELF' | 'IDENTITY_FRONT' | 'IDENTITY_BACK' | 'ADDRESS_PROOF' | 'INCOME_PROOF' | 'DECLARATION_IR' | 'CORPORATE_BILLING_RELATIONSHIP' | 'PROOF_OF_COMPANY_ADDRESS' | 'SOCIAL_CONTRACT' | 'PROOF_OF_CORPORATE_INCOME', required — Tipos de documentos

## Response `200`

Ok

- GetDocumentSuccess
  - `Success` string
  - `TaxNumber` string
  - `Document` string
  - `FileName` string
  - `Description` string
  - `Extension` string
  - `ExpirationDate` string
  - `DocumentKey` string
  - `DocumentStatus` integer
  - `BusinessUnitId` string

---

[API](https://skmtc.net/fitbank/apis/onboarding.md) · [All operations](https://skmtc.net/fitbank/apis/onboarding/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fitbank/onboarding/versions/f94d262a8f58/schema)
